home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / scary / scary2.frm < prev   
Text File  |  1995-05-08  |  5KB  |  194 lines

  1. VERSION 2.00
  2. Begin Form scary2 
  3.    BackColor       =   &H00404040&
  4.    Caption         =   "Scary Time Help"
  5.    ClientHeight    =   3915
  6.    ClientLeft      =   1530
  7.    ClientTop       =   1350
  8.    ClientWidth     =   6810
  9.    FontBold        =   -1  'True
  10.    FontItalic      =   0   'False
  11.    FontName        =   "Futura Md BT"
  12.    FontSize        =   12
  13.    FontStrikethru  =   0   'False
  14.    FontUnderline   =   0   'False
  15.    ForeColor       =   &H000000C0&
  16.    Height          =   4320
  17.    Left            =   1470
  18.    LinkMode        =   1  'Source
  19.    LinkTopic       =   "Form2"
  20.    MaxButton       =   0   'False
  21.    MinButton       =   0   'False
  22.    ScaleHeight     =   3915
  23.    ScaleWidth      =   6810
  24.    Top             =   1005
  25.    Width           =   6930
  26.    Begin CommandButton Command1 
  27.       BackColor       =   &H000040C0&
  28.       Caption         =   "Return to Scary Time"
  29.       FontBold        =   -1  'True
  30.       FontItalic      =   0   'False
  31.       FontName        =   "Futura Md BT"
  32.       FontSize        =   14.25
  33.       FontStrikethru  =   0   'False
  34.       FontUnderline   =   0   'False
  35.       Height          =   495
  36.       Left            =   480
  37.       TabIndex        =   1
  38.       Top             =   3240
  39.       Width           =   6015
  40.    End
  41.    Begin TextBox Text1 
  42.       BackColor       =   &H00404040&
  43.       BorderStyle     =   0  'None
  44.       FontBold        =   -1  'True
  45.       FontItalic      =   0   'False
  46.       FontName        =   "Futura Md BT"
  47.       FontSize        =   20.25
  48.       FontStrikethru  =   0   'False
  49.       FontUnderline   =   0   'False
  50.       ForeColor       =   &H000000C0&
  51.       Height          =   525
  52.       Left            =   960
  53.       MultiLine       =   -1  'True
  54.       TabIndex        =   0
  55.       Text            =   "Scary Time Help Topics"
  56.       Top             =   120
  57.       Width           =   5415
  58.    End
  59.    Begin Label Label4 
  60.       Alignment       =   2  'Center
  61.       BackColor       =   &H00404040&
  62.       Caption         =   "Finding the menu bar!"
  63.       FontBold        =   -1  'True
  64.       FontItalic      =   0   'False
  65.       FontName        =   "Futura Md BT"
  66.       FontSize        =   12
  67.       FontStrikethru  =   0   'False
  68.       FontUnderline   =   0   'False
  69.       ForeColor       =   &H000000C0&
  70.       Height          =   495
  71.       Left            =   3360
  72.       TabIndex        =   5
  73.       Top             =   2640
  74.       Width           =   2895
  75.    End
  76.    Begin Label Label3 
  77.       Alignment       =   2  'Center
  78.       BackColor       =   &H00404040&
  79.       Caption         =   "What's the time ?"
  80.       FontBold        =   -1  'True
  81.       FontItalic      =   0   'False
  82.       FontName        =   "Futura Md BT"
  83.       FontSize        =   12
  84.       FontStrikethru  =   0   'False
  85.       FontUnderline   =   0   'False
  86.       ForeColor       =   &H000000C0&
  87.       Height          =   495
  88.       Left            =   2160
  89.       TabIndex        =   4
  90.       Top             =   2040
  91.       Width           =   2895
  92.    End
  93.    Begin Label Label2 
  94.       Alignment       =   2  'Center
  95.       BackColor       =   &H00404040&
  96.       Caption         =   "Setting The clock."
  97.       FontBold        =   -1  'True
  98.       FontItalic      =   0   'False
  99.       FontName        =   "Futura Md BT"
  100.       FontSize        =   12
  101.       FontStrikethru  =   0   'False
  102.       FontUnderline   =   0   'False
  103.       ForeColor       =   &H000000C0&
  104.       Height          =   495
  105.       Left            =   1200
  106.       TabIndex        =   3
  107.       Top             =   1440
  108.       Width           =   2895
  109.    End
  110.    Begin Label Label1 
  111.       Alignment       =   2  'Center
  112.       BackColor       =   &H00404040&
  113.       BorderStyle     =   1  'Fixed Single
  114.       Caption         =   "About This Program."
  115.       FontBold        =   -1  'True
  116.       FontItalic      =   0   'False
  117.       FontName        =   "Futura Md BT"
  118.       FontSize        =   12
  119.       FontStrikethru  =   0   'False
  120.       FontUnderline   =   0   'False
  121.       ForeColor       =   &H000000C0&
  122.       Height          =   375
  123.       Left            =   600
  124.       TabIndex        =   2
  125.       Top             =   840
  126.       Width           =   2895
  127.    End
  128. End
  129.  
  130. Sub About ()
  131. Msg$ = "Scary Time  was created by Dan Zeitman.  It's a really simple program, designed to help you remember what the phone number to time is and allows you to set the computer's clock."
  132. Title$ = " About Scary Time! "
  133. MsgBox Msg$, 1, Title$
  134. End Sub
  135.  
  136. Sub Command1_Click ()
  137. scary2.Hide
  138. form1.Show
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. End Sub
  147.  
  148. Sub FindBar ()
  149.  
  150. Msg$ = "Click in the top edge of the window to the display Options and Help Menu."
  151. Title$ = " How to Select the menu Bar! "
  152. MsgBox Msg$, 1, Title$
  153.  
  154. End Sub
  155.  
  156.  
  157.  
  158. Sub Label1_Click ()
  159. About
  160. End Sub
  161.  
  162. Sub Label2_Click ()
  163. SetClock
  164. End Sub
  165.  
  166. Sub Label3_Click ()
  167. WhatTime
  168. End Sub
  169.  
  170. Sub Label4_Click ()
  171. FindBar
  172. End Sub
  173.  
  174. Sub SetClock ()
  175. Msg$ = " Setting the clock involves calling up the control pannel, and selecting the Time and Date Icon. Doing so will allow you to change the computer's clock."
  176. Title$ = " About Setting the Clock ! "
  177. MsgBox Msg$, 1, Title$
  178. End Sub
  179.  
  180.  
  181. Sub Text1_Change ()
  182. End
  183.  
  184. End Sub
  185.  
  186. Sub WhatTime ()
  187.  
  188. Msg$ = " Selecting this option will display the phone number to dial for Time."
  189. Title$ = " How to Call for the correct Time! "
  190. MsgBox Msg$, 1, Title$
  191.  
  192. End Sub
  193.  
  194.